<html> <head> <title>Playing Sound</title> </head> <body BGCOLOR="#FFFFFF" onLoad="PlaySound()"> <script LANGUAGE="JavaScript"> function PlaySound(){ window.location = "hurt.mid" } </script> <p>This script will automatically load a sound file and play it using Netscape. The current sound clip that should play is <i>Hurt</i> by Nine Inch Nails. </p> </body> </html>
1998 Copyright (C) Next Step All Rights Reserved